home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000388_blitz-list-request_Fri May 13 04:56:39 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  2KB

  1. Received: from VX22.CC.MONASH.EDU.AU (vx22.cc.monash.edu.au [130.194.1.22]) by kantti.helsinki.fi (8.6.9/8.6.5) with ESMTP id EAA13269 for <blitz-list@helsinki.fi>; Fri, 13 May 1994 04:56:21 +0300
  2. Received: from mdw062.cc.monash.edu.au by vaxc.cc.monash.edu.au
  3.  (PMDF V4.3-7 #6430) id <01HCAFT1H5008ZE26M@vaxc.cc.monash.edu.au>; Fri,
  4.  13 May 1994 11:54:44 +1000
  5. Received: (msaw1@localhost) by mdw062.cc.monash.edu.au (8.6.8/8.6.4)
  6.  id LAA04889; Fri, 13 May 1994 11:54:12 +1000
  7. Date: Fri, 13 May 1994 11:48:49 +1000 (EST)
  8. From: Mr M Sawicki <msaw1@mdw062.cc.monash.edu.au>
  9. Subject: Re: Protecting graphics
  10. In-reply-to: <Pine.3.87.9405122142.A27188-0100000@altair.herts.ac.uk>
  11. To: NacMAN <N.Datta@hertfordshire.ac.uk>
  12. Cc: blitz-list@helsinki.fi
  13. Message-id: <Pine.3.07.9405131148.A4885-a100000@mdw062.cc.monash.edu.au>
  14. MIME-version: 1.0
  15. Content-type: TEXT/PLAIN; charset=US-ASCII
  16. Content-transfer-encoding: 7BIT
  17. X-Status: 
  18. Status: RO
  19.  
  20.  
  21.  
  22. On Thu, 12 May 1994, NacMAN wrote:
  23.  
  24. > Is there anyway, that you can have your graphics embedded in a game, so
  25. > that you do not need to load them separately, and stop people from ripping
  26. > off your graphics or changing them..
  27. > Nac
  28.  
  29. It can be done by including it as a binary using incbin. Although you may
  30. have some problems with "loading it as shape" but there are ways around
  31. it. For example you can save it to ram: and then load it as usuall.
  32. Although those methods are "fine" for would hackers, there is no real way
  33. of preventing anyone from stealing it. You can try encryption, as it will
  34. make it slightly more difficult (If you got BUM6 you will have support for
  35. encryption). To make things even more annoying you can encrypt half of
  36. your data with one password, the other half with other password or mix it
  37. every 10k for example but that's taking it to extreme.
  38.  
  39. Maciek.
  40.  
  41.  
  42.  
  43.  
  44.